Time
main
Time
/
[root]
/
TimeDifference
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
days
Link copied to clipboard
fun
days
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Day
>
Content copied to clipboard
hours
Link copied to clipboard
fun
hours
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Hour
>
Content copied to clipboard
minutes
Link copied to clipboard
fun
minutes
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Minute
>
Content copied to clipboard
months
Link copied to clipboard
fun
months
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Month
>
Content copied to clipboard
nanoseconds
Link copied to clipboard
fun
nanoseconds
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Nanosecond
>
Content copied to clipboard
seconds
Link copied to clipboard
fun
seconds
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Second
>
Content copied to clipboard
years
Link copied to clipboard
fun
years
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Year
>
Content copied to clipboard